﻿body {
    margin: 0px;
    overflow-x: hidden;
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height:24px;
    color: #333;
}
a:link ,a:visited , a:hover , a:active {
    text-decoration: none !important;
    color: #333;
}
a {
    text-decoration: none !important;
    color: #333;
}
li {
    list-style: none;
}
.row,ul, li {
    margin: 0;
    padding: 0;
}
.index {
    background: #f8f8f8;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
.white{
    background:white;
}
/* 模板页——header顶部 */
.kj-header {
    background: #fff;
    margin-bottom: 20px;
}
.kj-header-content{
    display:flex;
    width:100%;
    align-items:center;
}
.kj-header-logo {
    flex: 0 0 250px;
    width: 250px;
    margin-top: 30px;
    padding-right: 10px;
    margin-right: 15px;
    border-right: 1px solid rgba(140, 140, 140,0.2)
}
.kj-header-logo_title {
    margin-top: 40px;
    font-size: 21px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1B1512;
}
.kj-header-logo_subtitle {
    margin-top: 10px;
    color: #1B1512;
}
.kj-search-collapse {
    flex-grow: 1;
    padding-left: 5%;
}
.kj-header-search {
    max-width: 611px;
    margin: 35px auto 0;
}
.kj-header-search > input {
    max-width:417px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #999;
    text-indent: 8px;
    border: 2px solid #005298;
    float:right!important;
}
.kj-header-searchbtn {
    width: 80px;
    height: 40px;
    margin-right: 10px;
    color: #fff;
    background: #005298;
}
.kj-header-tel {
    display:flex!important;
    align-items:center;
    justify-content:flex-end;
}
.kj-header-tel i {
    font-size: 27px;
    color: #fff;
    margin-right: 10px;
}
.kj-header-tel a {
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #fff;
}
/* 模板页——导航栏 */
.kj-nav {
    border: none;
    background-color: #005298;
    margin-bottom: 0;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}
.kj-nav-menu {
    padding:0;
}
.kj-nav-menulist {
    display: flex;
    width: 100%;
    height:50px;
    position:relative;
}
/*.kj-nav-menulist > li:nth-child(1){
    order:-1;
    width:210px;
    flex:0 0 210px;
}*/
.kj-nav-menulist > li {
    flex-grow: 1;
    text-align: center;
}
.kj-nav-menulist > li > a {
    color: #fff !important;
    font-size: 16px;
    font-weight:bold;
    font-family: initial;
    padding:15px 0;
}
.kj-nav-menulist > li > a:hover {
    color: #fff !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus ,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #00A38F;
}
.kj-nav-menulist > li a .fa-angle-down {
    display: none;
}
/*
.kj-nav-menulist > li:hover > a:after {
    content: '';
    position: absolute;
    left: 14px;
    top: auto;
    bottom: 0;
    right: auto;
    height: 3px;
    width: 52px;
    background-color: #fdb200;
}
*/
/* 模板页——其他导航栏下拉 */
.nav_othermenu > .dropdown-menu {
    top: 100%;
    padding: 0;
    padding: 10px 0;
}
.nav_othermenu > .dropdown-menu li {
    text-align: center;
    height: 34px;
    padding:0 10px;
}
.nav_othermenu > .dropdown-menu li > a {
    display: inline-block;
    padding:5px 20px;
}
.nav_othermenu > .dropdown-menu li:hover > a {
    color: #005298;
    font-weight: bold;
    background: #005298;
}
/* 模板页——产品导航栏下拉 */
/*.nav_promenu {
    flex-grow: 0 !important;
    flex: 0 0 200px;
    width: 200px;
}*/
/*.nav_promenu > a:before {
    content: "\e608";
    font-family: "iconfont" !important;
    padding-right: 15px;
    padding-left: 15px;
    color: #005298;
}*/
.nav_promenu .dropdown-menu {
    top: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0px;
    border: none;
}
.nav_promenu .dropdown-menu > li > a:hover,
.nav_promenu .dropdown-menu > li > a:focus {
    background-color: transparent;
}
.nav_promenu:hover > .dropdown-menu {
    display: block;
}
.nav_promenu > .dropdown-menu {
    width: 200px;
    padding-top: 10px;
    display: none;
    position: absolute;
    z-index: 9;
    border-top: 1px solid #eee;
    /*box-shadow: 3px 8px 15px rgba(150,150,150,0.9);*/
    height: auto;
    background: #fff;
}
.nav_promenu > .dropdown-menu > li {
    position: initial;
    overflow:hidden;
    text-overflow:ellipsis;
}
.nav_promenu > .dropdown-menu > li > a {
    border-bottom: 1px solid #eee;
    line-height:32px;
    padding:3px 15px;
}
/*.nav_promenu > .dropdown-menu > li:hover {
    background: rgba(222, 35, 30,0.2);
}*/
.nav_promenu > .dropdown-menu > li:hover > a {
    background: #005298 ;
    color: #fff ;
    border-radius: 40px;
    overflow:auto;
}
/*以下为产品二级分类及以下*/
.nav_promenu > .dropdown-menu > li li:hover > a {
    color: #005298;
    text-decoration-line: underline !important;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu {
    position: absolute;
    top: 0px;
    left: 200px;
    z-index: 9;
    background: #fff;
    color: #8A090D;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    /*box-shadow: 3px 10px 15px rgba(150,150,150,0.9);*/
    padding: 10px;
    display: none;
    /*width: 970px;*/
    width: 550px;
    height: 321.5px;
    overflow: auto;
}
.nav_promenu > .dropdown-menu > li:hover ul {
    display: block;
}
.nav_promenu > .dropdown-menu > li ul {
    display: block;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li {
    display: flex;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li:last-child {
    border-bottom: 1px dashed transparent;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li > a {
    /*flex: 0 0 160px;
    white-space:nowrap;*/
    font-weight: bold;
    white-space:pre-wrap;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li > ul {
    flex:auto;
    width: 200px;
    display: flex !important;
    flex-wrap: wrap;
    min-width: initial;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li ul {
    position:initial;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li ul > li {
    display: inline-block;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li ul > li > a {
    font-size: 13px;
    padding-right: 15px;
    border-left: 1px solid #CCC;
    margin:5px 0;
    padding:0px 10px;
}
/* 轮播图 */
.banner-bg {
    display: flex;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
    .banner-bg .idx-swiper-slide-title {
        color: #ffffff;
        font-size: 40px;
        font-weight:bold;
        margin-bottom: 50px;
    }
    .banner-bg .idx-swiper-slide-subtitle {
        color: #ffffff;
        font-size: 24px;
    }
    /* 轮播图分页器选中颜色重写 */
    :root {
        --swiper-theme-color: #036EB8;
    }
.swiper-pagination-bullet-active {
    background: #fff;
}
/* 首页——关于我们 */
.index-company{
    display:flex;
    margin:90px auto 100px;
}
.index-company-conleft {
    margin-right: 40px;
    flex: 0 0 58%;
    width: 58%;
}
.index-company-conright {
    flex: 0 0 42%;
    width: 42%;
}
.index-company-title {
    font-size: 30px;
    line-height:36px;
    font-weight: bold;
}
.index-company-title:after {
    content: '';
    display: block;
    width: 39px;
    height: 5px;
    background: #00A38F;
    border-radius: 2px;
    margin: 20px 0 30px
}
.index-company-content {
    line-height: 30px;
    height: 150px;
    overflow:hidden;
}
.index-company-link {
    width: 251px;
    height: 40px;
    background: #005499;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.21);
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF!important;
    line-height: 40px;
    text-align:center;
    display:block;
    margin-top:40px;
}
/* 首页——标题 */
.index-part{
    position:relative;
}
.index-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.kj-index-title{
    text-align:center;
    margin:80px auto 60px;
}
.index-title-zh {
    font-size: 30px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    line-height: 50px;
    display:inline-block;
    position:relative;
}
.index-title-zh:before {
    content: "";
    position: absolute;
    left: -80px;
    top: 25px;
    width: 60px;
    height: 1px;
    background: #C1C1C1;
}
.index-title-zh:after {
    content: "";
    position: absolute;
    right: -80px;
    top: 25px;
    width: 60px;
    height: 1px;
    background: #C1C1C1;
}
.index-title-white{
    color:#fff;
}
.index-title-white:before {
    background: #fff;
}
.index-title-white:after {
    background: #fff;
}
.index-title-en {
    font-size: 16px;
    color: #999999;
}
/* 首页——产品中心 */
.kj-index-title_product {
    margin: 0;
    padding: 50px 0 30px;
    border-bottom: 1px dashed #eee;
    justify-content:space-between;
}
.index-product_part {
    padding-top: 50px;
    padding-bottom: 60px;
}
.index-product {
    padding: 24px 20px 50px;
}
/*.index-product-items {
    display: flex;
}*/
.index-product-img {
    width: 50%;
}
.index-product-img .img {
    width: 100%;
    height: 231px;
    background-size: contain !important;
}
.index-product-text {
    overflow: hidden;
    /*height: 231px;*/
    padding: 0px 20px 20px;
    text-align:center;
    display:block;
}
.index-product-title {
    font-size: 24px;
    line-height:36px;
    margin-bottom: 18px;
}
.index-product-desc {
    font-size: 15px;
    line-height: 33px;
    height:132px;
    overflow:hidden;
}
.index-product .gallery-top{
    margin-top:20px;
}
.index-product .gallery-thumbs{
    margin-top:40px;
}
.index-product-img_sub {
}
.index-product-img_sub .img {
    width: 100%;
    height: 0;
    padding-top: 42%;
    background-size: contain !important;
    border: 1px solid #D1D1D1;
}
.swiper-slide-thumb-active .index-product-img_sub .img {
    border: 2px solid #FF0000;
}
.kj-index-next,
.kj-index-prev {
    width: 44px;
    height: 44px;
    border: 1px solid #A3A3A3;
    border-radius: 50%;
    background-image: none;
    outline: none;
    text-align: center;
    transform: translate(0,-100%);
}
.kj-index-next i,
.kj-index-prev i {
    font-size: 24px;
    line-height: 44px;
    color: #A3A3A3;
}
.kj-index-next {
    right: -50px;
}
.kj-index-prev {
    left: -50px;
}
.swiper-pagination-bullet-active {
    background: #036EB8;
}
.white > .swiper-pagination-bullet{
    background:#fff;
}
.kj-product-next {
    right: 20px;
}
.kj-product-prev {
    left: 20px;
}
/* 首页——产品定制服务 */
.index-services {
    padding-bottom: 80px;
}
.index-services-items {
    text-align: center;
    display: block;
}
.index-services-img .img {
    width: 100%;
    height: 0px;
    padding-top:100%;
    background-size: contain !important;
}
.index-services-title {
    font-size: 16px;
    margin-top:20px;
}

/*首页——新闻中心*/
.index-news{
    display:flex;
    margin-bottom:70px;
}
.index-news > ul{
    flex:0 0 49%;
    width:49%;
    height:550px;
    background:#fff;
}
.index-newsimg{
    margin-right:2%;
    padding:50px 0px 0;
    position:relative;
}
.index-newsimg-title {
    font-size: 16px;
    margin-bottom:35px;
    text-align:center;
}
.index-newsimg-img .img{
    width:80%;
    margin:0 auto;
    height:360px;
    background-size:cover!important;
}
.index-newsimg-link {
    position: absolute;
    bottom:0;
    width: 100%;
    color:#fff!important;
    height: 40px;
    text-align:center;
    line-height: 40px;
    background: #5999F1;
}
.index-news-content{
    padding:0 20px 20px;
}
.index-news-content > li {
    border-bottom: 1px solid #BFBFBF;
}
.index-news-content > li:last-child {
    border-bottom: 1px solid transparent;
}
.index-news-text{
    display:flex;
    margin:40px 0 20px;
}
.index-news-date {
    flex: 0 0 88px;
    width: 88px;
    margin-left: 20px;
    font-size: 14px;
    color: #A9A6A6;
}
.index-news-title {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    flex:1;
}
.index-news-summary {
    color: #A9A6A6;
    height:62px;
    overflow:hidden;
    margin-bottom:30px;
    line-height:32px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

/* 模板页——页面底部 *******************************************************/
/*模板页——footer尾部*/
.kj-bottom-nav {
    background: #272727;
}
.kj-bottom-content{
    display:flex;
    padding-bottom:30px;
    border-bottom:1px solid rgba(255,255,255,0.16)
}
.kj-bottom-content > div{
    padding-top:30px;
}
.kj-bottom-left{
    flex: 0 0 200px;
}
.kj-bottom-code {
    flex: 0 0 150px;
    text-align:center;
}
.kj-bottom-contact{
    flex:auto;
}
.kj-bottom-title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
}
.kj-bottom-nav a {
    font-size: 13px;
    line-height: 26px;
    color: #E5E5E5;
    white-space: nowrap;
    word-break: keep-all;
}
.kj-bottom-nav a:hover {
    text-decoration: none;
    color: #E5E5E5;
}
.kj-bottom-nav i {
    color: #E5E5E5;
}
.kj-bottom-codetxt{
    color:#fff;
}
.kj-bottom-code img {
    margin: 0px auto 10px;
    width: 120px;
    height:120px;
}
/* 模板页——footer底部*/
.kj-footer {
    color: #E5E5E5;
    text-align: center;
    line-height: 30px;
    padding: 12px;
}
/*********************************** 内页页面 ***********************************************************************************/
/*内页banner*/
.intro-pagebanner {
    position: relative;
    text-align: center;
    height: 530px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro-pagebanner-title {
    font-size: 42px;
    margin-bottom:10px;
}
.intro-pagebanner-subtitle {
    font-size: 42px;
}
.intro-pagebanner-subtitle:after {
    content: "";
    display:block;
    width: 136px;
    height: 2px;
    background: #2E2C2C;
    border-radius: 1px;
    margin: 30px auto;
}
.intro-pagebanner-img{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
}
/* 内页——面包屑*/
.kj-intro-header {
    border-bottom: 2px solid #E9E9E9;
    padding-top:10px;
}
.kj-intro-header .breadcrumb {
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 10px;
    display: inline;
    padding: 0;
}
.kj-intro-header .breadcrumb a {
    font-size: 13px;
    color: #666;
}
.kj-intro-header .breadcrumb li.active {
    color: #036EB8;
}
.kj-intro-header .breadcrumb li:last-child a {
    color: #036EB8;
}
.kj-intro-header .title {
    font-size: 20px;
    color: #333;
    margin: 20px 0;
    padding-left: 15px;
}
/*产品左侧导航栏*/
.kj-intro-proleft {
    margin-bottom: 20px;
    padding-right: 20px;
}
.kj-intro-proleft_nav {
    border-bottom: 1px solid #E4E4E4;
}
.kj-intro-proleft_nav > li {
    background: #F8FBFF;
    border: 1px solid #E4E4E4;
    border-bottom: 1px solid transparent;
}
.kj-intro-proleft_nav > li > a {
    line-height: 58px;
    padding: 0px 10px 0px 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 15px;
}
.kj-intro-proleft_nav > li > i {
    float: right;
    line-height: 58px;
    margin-right:20px;
}
.kj-intro-proleft_nav > li:last-child > a{
    border-bottom:none;
}
.kj-intro-proleft_nav > li > a > div {
    flex: auto;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kj-intro-proleft_nav > li > a > i {
    color: #005499;
}
.kj-intro-proleft_nav > li:hover ,
.kj-intro-proleft_nav > li.active {
    background: #005499;
    color: #fff;
}
.kj-intro-proleft_nav > li:hover > a,
.kj-intro-proleft_nav > li.active > a{
    color: #fff;
}
.kj-intro-proleft_nav > li:hover > i,
.kj-intro-proleft_nav > li.active > i {
    color: #fff;
}
.kj-intro-proleft_subnav {
    display: none;
    background: #F5F8FA;
    border: 1px solid #AAAAAA;
}
.kj-intro-proleft_subnav li {
    color: #666;
    font-size: 13px;
    padding:10px 15px;
    display:flex;
}
.kj-intro-proleft_subnav li:hover,
.kj-intro-proleft_subnav li.active {
    background: #fff;
    color: #005499;
    font-weight:bold;
}
.kj-intro-proleft_subnav li a{
}
.kj-intro-proleft_subnav li i{
    margin-right:10px;
}
/*产品列表——img*/
.kj-intro-product{
    display:flex;
    margin:40px 0;
}
.intro-product-nav {
    flex: 0 0 300px;
}
.intro-product-content_img{
    flex:auto;
    width:200px;
}
.intro-product-con_img {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 18px);
}
.intro-product-items_img {
    flex: 0 0 calc(25% - 18px);
    width: calc(25% - 18px);
    margin-right: 18px;
    margin-bottom: 32px;
}
.intro-product-items_img-img {
    width: 100%;
    height: 0;
    padding-top: 100%;
    border: 1px solid #ddd;
    background-color: #F9FAFD;
}
.intro-product-items_img-name {
    margin: 12px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.intro-product-items_img-cas span {
    color: #005499;
}
/*产品列表——table*/
.intro-product-content {
    flex: auto;
    overflow: auto;
}
.intro-product-content table th {
    padding: 10px 8px !important;
    background: #F2F5F9;
    border-top: 1px solid transparent !important;
    border-left: 1px solid #fff;
    text-align:center;
    white-space:nowrap;
}
.intro-product-content table td {
    text-align: center;
    border-left: 1px solid #666;
    border-top: 1px solid #666 !important;
    white-space: nowrap;
    font-size: 12px;
    border-bottom: 1px solid #666;
    vertical-align: middle !important;
}
.intro-product-content table td img{
    max-width:200px;
}
/*.intro-product-content table tr:nth-child(2n+1) > td {
    background: #F3F3F3;
}*/
.intro-product-img > div {
    width: 100px;
    height: 50px;
    margin:0 auto;
}
.intro-product-more > a {
    color: #E70707;
}
/* 内页——产品详情页******************************************************************************************************************************/
/*产品详情页--左侧*/
.intro-proinfo-left {
    border: 1px solid #B7B7B7;
    border-top: 3px solid #036EB8;
    padding: 15px;
    font-size: 13px;
    color: #666666;
    line-height: 23px;
}
.proinfo-left-title {
    font-size: 18px;
    font-weight: bold;
    color: #036EB8;
    padding-bottom: 10px;
    border-bottom: 1px solid #DADADA;
}
.proinfo-left-subtitle {
    font-weight: bold;
}
.proinfo-left-content{
    margin-bottom:25px;
    margin-top:10px;
}
/*产品详情页--右侧*/
.intro-protop{
    display:flex;
}
.intro-proimg {
    width: 260px;
    height: 260px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-right:20px;
}
.intro-proimg .img {
    width: 100%;
    height: 240px;
}
.intro-proattr {
    flex: auto;
}
.intro-proattr-zh {
    font-size: 22px;
    margin-top:0;
    margin-bottom:6px;
}
.intro-proattr-en {
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
    border-bottom: 1px dashed transparent!important;
}
.intro-proattr-txt > div {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #ddd;
}
.intro-proattr-txt > div:last-child {
    border-bottom: 1px dashed transparent;
}
.intro-proattr-txt span {
    color: #999;
    width: 110px;
    display: inline-block;
}
.intro-proattr > a {
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #2272AD;
    border-radius: 3px;
    padding: 0;
    text-align: center;
    border: none;
    margin-top: 8px;
    margin: 8px 10px 15px 0;
}
.intro-proattr > a.active {
    background: #005499;
    color: #fff;
}
.intro-proattr > a:hover {
    color: #fff;
}
.intro-probaogao_img {
    width: 100%;
    height: 260px;
    border: 1px solid #DDDDDD;
}
.intro-probaogao_baogao {
    width: 211px;
    height: 32px;
    line-height: 32px;
    background: #005499;
    opacity: 0.9;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-top:-32px;
}
/* 表格详情 */
.kj-intro-table {
    margin-top: 40px;
}
.kj-intro-table > .tab-content {
    background: #F9F9F9;
    border: 1px solid #E2E3E2;
    border-top:none;
    padding:36px 20px;
}
.kj-intro-table .nav-tabs > li > a{
    border-radius:0;
}
.kj-intro-table .nav-tabs > li.active > a,
.kj-intro-table .nav-tabs > li.active > a:hover,
.kj-intro-table .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #005499;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.kj-intro-table .nav-tabs {
    border: 1px solid #ddd;
}

/***********************************************************************************/
/* 内页-关于我们 */
.kj-page-content-body {
    font-size: 15px;
    line-height: 32px;
    color: #666;
    word-wrap: break-word;/*自动换行*/
    word-break: normal;
}
.intro-company{
    display:flex;
    margin:25px auto 40px;
}
.intro-company-conleft{
    flex:0 0 400px;
    width:400px;
    margin-right:30px;
}
.intro-company-title {
    font-size: 24px;
    color: #0094E7;
}
.intro-company-subtitle {
    font-size: 16px;
    color: #A5A6A7;
    margin:10px 0 18px
}
.intro-company-content {
    font-size: 15px;
    line-height: 32px;
    color: #666;
    word-wrap: break-word; /*自动换行*/
    word-break: normal;
}
/* 内页-新闻资讯 */
.intro-news{
    display:flex;
}
.intro-news-nav {
    flex: 0 0 227px;
    width: 227px;
    margin: 20px 30px 20px 0;
}
.intro-news-maintitle {
    height: 99px;
    background: #005499;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 30px;
    padding:25px 15px 0;
}
.intro-news-maintitle:after {
    content: "";
    display: block;
    width: 26px;
    height: 3px;
    margin-top:16px;
    background: #FFFFFF;
}
.intro-news-nav > ul > li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #D9D9DA;
    background: #F3F2F1;
    font-size:16px;
    padding-left:25px;
}
.intro-news-nav > ul > li.active {
    background: #00A38F;
    color:#fff;
}
.intro-news-nav > ul  > li.active a{
    color:#fff;
}
.intro-news-nav > ul  > li:last-child {
    border-bottom: 1px solid transparent;
    height:90px;
}
.intro-news-nav > ul  > li > a {
    font-size: 18px;
}
.intro-news-content {
    flex: auto;
    width: 200px;
    margin-top: 20px;
}
.intro-news-content > li {
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 26px;
    display: flex;
    padding: 20px 30px;
}
.intro-news-content > li.active {
    background: #F0F0F0;
}
.intro-news-content > li .img {
    flex:0 0 248px;
    margin-right:20px;
    width: 248px;
    height: 165px;
    background-size:cover!important;
}
.intro-news-content > li > div{
    flex:auto;
    width:200px;
}
.intro-news-title {
    font-size: 16px;
    font-weight: bold;
    color: #100C0B;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
}
.intro-news-title:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 15px;
    background: #005499;
    margin-right:10px;
}
.intro-news-date {
    color: #999999;
}
.intro-news-summary {
    line-height:28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin:10px 0 20px;
    height:56px;
}
.intro-news-summary > p {
    margin:0;
}
.intro-news-url {
    display:block;
    width: 100px;
    height: 30px;
    line-height:30px;
    text-align:center;
    border: 1px solid #E6E6E6;
}
.intro-news-content > li.active .intro-news-url {
    background: #036EB8;
    color:#fff;
}
/*内页——客户定制*/
.intro-contact .kj-modal-body {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0;
}
.intro-contact .kj-modal-body dt{
    font-weight:normal;
    padding-bottom:6px;
}
.intro-liuyanban_title {
    flex: 0 0 calc(100% + 20px);
    width: calc(100% + 20px);
}
.intro-liuyanban_title dt {
    font-size: 17px;
    font-weight: bold!important;
    color: #005499;
    padding-bottom: 10px!important;
    border-bottom: 1px solid #000;
}
.intro-liuyanban_title2 {
    margin-top: 20px;
}
.intro-contact .formcolumn-item_3dl {
    flex: 0 0 33.33%;
    width: 33.33%;
    padding-right: 20px;
}
.intro-contact .formcolumn-item_1dl {
    flex: 0 0 100%;
    width:100%;
}
.intro-contact .formcolumn-item-ct input,
.intro-contact .formcolumn-item-ct select {
    width: 100%;
    text-indent: 10px;
    height: 36px;
    line-height: 36px;
    background: #FFFFFF;
    border: 1px solid #DCD9D9;
    outline: none;
}
.intro-contact textarea {
    width: 100%;
    height: 90px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #DCD9D9;
    outline: none;
}
.kj-formcolumn-item-yzm{
    flex:0 0 100%;
}
.intro-contact .modal-footer {
    text-align: left;
    border-top: 1px solid transparent;
    padding:0;
}
.intro-contact .kj-modal-footer input {
    width: 138px;
    height: 38px;
    line-height:38px;
    text-align:center;
    background: #005499;
    font-size: 15px;
    color: #FFFFFF;
    border-width:0px;
}
/* 内页-搜索 */
.kj-intro-product .title span {
    font-size: 16px;
}
.kj-intro-product .title span.active {
    color: #036EB8;
}
.kj-intro-search {
    padding-left: 0px;
}
.kj-intro-search > li > div {
    padding-left: 0;
    margin-bottom:20px;
}
.kj-intro-search .imgborder {
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.kj-intro-search .imgborder .img {
    width: 100%;
    height: 0;
    padding-top: 80%;
}
.kj-intro-search .name {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 5px;
}
.kj-intro-search .alias, .kj-intro-search .detail {
    color: #999;
}
.kj-intro-search .alias span, .kj-intro-search .detail span {
    color: #333;
    margin-right: 10px;
}
/* 内页-结构式搜索 */
.kj-mainarea .breadcrumb {
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 0px;
}
.kj-mainarea .breadcrumb a {
    font-size: 13px;
    color: #666;
}
.kj-mainarea .breadcrumb li.active {
    color: #036EB8;
}
.kj-mainarea .breadcrumb li:last-child a {
    color: #036EB8;
}
.kj-mainarea .list-group .btn-primary {
    background-color: #036EB8 !important;
    border-color: #036EB8 !important;
}
/***********************************************************************************/
/* 窗口浮动-固定按钮 */
.kj-flex-btn {
    position: fixed;
    top: 25%;
    right: 10px;
    z-index: 999;
}
.kj-flex-btn > ul {
    padding: 0;
    box-shadow: 0px 0px 10px rgba(100,100,100,.2);
}
.kj-flex-btn > ul > li {
    width: 70px;
    height: 70px;
    line-height: 18px;
    background-color: #ffffff;
    border: 1px #dadada solid;
    border-bottom:none;
    text-align: center;
    padding-top: 12px;
    position: relative;
}
.kj-flex-btn > ul > li:nth-child(5), .kj-flex-btn > ul > li:last-child {
    border-bottom: 1px #dadada solid;
}
.kj-flex-content {
    position: absolute;
    top: 0px;
    right: 68px;
    background-color: #3497CE;
    color: #000;
    display: none;
    padding: 8px;
    min-width: 100px;
}
.kj-flex-btn > ul > li:hover .kj-flex-content {
    display: block;
}
.kj-flex-btn > ul > li:last-child {
    margin-top: 10px;
}
.kj-flex-btn > ul > li:hover {
    background-color: #3497CE;
}
.kj-flex-btn > ul > li:hover a {
    color: #ffffff;
}
.kj-flex-btn > ul > li a {
    color: #666666;
    font-size: 12px;
    text-decoration: none;
}
.kj-flex-btn > ul > li a i {
    font-size: 24px;
}
.kj-float-qq-visble {
    background-color: #fff;
    color: #3497CE;
    margin: 10px auto;
    border-radius: 20px;
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
    text-align: center;
}
.kj-flex-btn > ul > li:hover .kj-float-qq-visble a {
    color: #3497CE;
}
.kj-float-tel-visble {
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
    text-align: center;
}
 .kj-float-tel-visble .fa-phone {
    color: #fff;
}
/* 分页器 */
.kj-pagination {
    text-align: center;
}
.kj-pagination .pagination li a {
    margin: 0 5px;
    border-radius: 4px;
}
.kj-pagination .pagination > .active > a, .kj-pagination .pagination > .active > span, .kj-pagination .pagination > .active > a:hover, .kj-pagination .pagination > .active > span:hover, .kj-pagination .pagination > .active > a:focus, .kj-pagination .pagination > .active > span:focus {
    background-color: #036EB8;
    border-color: #036EB8;
    color:#fff;
}
.kj-pagination .pagination > li > a, .kj-pagination .pagination > li > span {
    color: #036EB8;
}
@media(min-width:768px) {
    .kj-search-collapse {
        display: block;
    }
}

 